home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {userappdata} / RJ TextEd / Syntax / BBasic.ini < prev    next >
Encoding:
INI File  |  2008-06-04  |  588 b   |  29 lines

  1. [MultiHighlight]
  2. Syntax=
  3. File=
  4.  
  5. [Comment]
  6. 1=*************************************************************
  7. 2=<b>Syntax</b> Blitz Basic
  8. 3=<b>Author</b> Rickard Johansson
  9. 4=<b>Version</b> 1.1
  10. 5=<b>Date</b> 2007-01-30
  11. 6=
  12. 7=<b>Recommended colors:</b>
  13. 8=This syntax definition is included with the main program
  14. 9=installation. So the recommended colors are already set
  15. 10=after the program is installed.
  16. 11=*************************************************************
  17.  
  18. [Sample]
  19. 1=; Dummy
  20. 2=
  21. 3=Dim a : Integer
  22. 4=
  23. 5=Abs(a)
  24. 6=
  25. 7=REMSTART
  26. 8=Multiline comment
  27. 9=REMEND
  28.  
  29.